repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
VBAzureTableStorageWCFDS
/
DataServiceWebRole
/
Default.aspx.vb
blob
66e218305ad3f0c0e24d7c7da0bd8ac6f7b654e4
1
Partial
Public
Class _Default
2
Inherits System
.
Web
.
UI
.
Page
3
4
Protected
Sub
Page_Load
(
ByVal
sender
As Object
,
ByVal
e
As
System
.
EventArgs
)
Handles
Me
.
Load
5
6
End Sub
7
8
End
Class